home *** CD-ROM | disk | FTP | other *** search
- inherited TaskForm: TTaskForm
- Left = 420
- Top = 296
- Caption = 'Tasks'
- ClientHeight = 385
- ClientWidth = 511
- OldCreateOrder = True
- ShowHint = True
- PixelsPerInch = 96
- TextHeight = 16
- inherited Image5: TImage
- Top = 384
- Width = 511
- end
- inherited LeftBorder: TImage
- Height = 383
- end
- inherited Image4: TImage
- Left = 510
- Height = 383
- end
- inherited Image6: TImage
- Width = 511
- end
- inherited HeaderPanel: TPanel
- Width = 508
- inherited HeaderImg: TImage
- Width = 508
- end
- inherited Image3: TImage
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- inherited TitleLabel: TLabel
- Width = 109
- Caption = 'Add New Task'
- end
- inherited SubTitleLabel: TLabel
- Width = 182
- Caption = 'Yep, thats it. You can do it!'
- end
- end
- object TaskPageControl: TPageControl
- Left = 10
- Top = 79
- Width = 492
- Height = 258
- ActivePage = TaskTabSheet
- TabOrder = 1
- object TaskTabSheet: TTabSheet
- Caption = 'Task'
- DesignSize = (
- 484
- 227)
- object Label1: TLabel
- Left = 6
- Top = 46
- Width = 48
- Height = 16
- Caption = 'Subject:'
- end
- object Label2: TLabel
- Left = 256
- Top = 84
- Width = 45
- Height = 16
- Caption = 'Priority:'
- end
- object Shape1: TShape
- Left = 5
- Top = 7
- Width = 471
- Height = 24
- Anchors = [akLeft, akTop, akRight]
- Brush.Color = 13434879
- Pen.Color = 11315353
- end
- object Image1: TImage
- Left = 11
- Top = 12
- Width = 11
- Height = 11
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- end
- object DueTimeLabel: TLabel
- Left = 30
- Top = 11
- Width = 61
- Height = 16
- Caption = 'Due today.'
- Transparent = True
- end
- object Label5: TLabel
- Left = 10
- Top = 162
- Width = 56
- Height = 16
- Caption = 'Category:'
- end
- object Shape2: TShape
- Left = 10
- Top = 148
- Width = 464
- Height = 1
- Pen.Color = 11315353
- end
- object SubjectEdit: TEdit
- Left = 62
- Top = 42
- Width = 414
- Height = 24
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- end
- object PriorityCB: TComboBox
- Left = 256
- Top = 103
- Width = 218
- Height = 24
- Style = csOwnerDrawFixed
- ItemHeight = 18
- ItemIndex = 1
- TabOrder = 2
- Text = 'Normal'
- OnDrawItem = PriorityCBDrawItem
- Items.Strings = (
- 'Low'
- 'Normal'
- 'High')
- end
- object CategoryCB: TComboBox
- Left = 10
- Top = 182
- Width = 424
- Height = 24
- Style = csOwnerDrawFixed
- ItemHeight = 18
- TabOrder = 3
- OnDrawItem = CategoryCBDrawItem
- end
- object GroupBox1: TGroupBox
- Left = 10
- Top = 84
- Width = 228
- Height = 55
- Caption = ' '
- TabOrder = 4
- object DueDateDTP: TDateTimePicker
- Left = 10
- Top = 20
- Width = 208
- Height = 21
- Date = 37765.732840520830000000
- Time = 37765.732840520830000000
- Enabled = False
- TabOrder = 0
- OnClick = DueDateDTPChange
- OnChange = DueDateDTPChange
- end
- end
- object DueDateCB: TCheckBox
- Left = 25
- Top = 79
- Width = 85
- Height = 21
- Caption = 'Due Date'
- TabOrder = 1
- OnClick = DueDateCBClick
- end
- object EditCategoriesButton: TButton
- Left = 444
- Top = 183
- Width = 29
- Height = 27
- Caption = '...'
- TabOrder = 5
- OnClick = EditCategoriesButtonClick
- end
- end
- object TabSheet1: TTabSheet
- Caption = 'Reminder'
- ImageIndex = 2
- object UseReminderCB: TCheckBox
- Left = 11
- Top = 4
- Width = 443
- Height = 21
- Caption = 'Use Reminder'
- TabOrder = 0
- OnClick = UseReminderCBClick
- end
- object ReminderGB: TGroupBox
- Left = 20
- Top = 69
- Width = 454
- Height = 145
- Caption = ' When a reminder comes due '
- TabOrder = 3
- object PlaySoundCB: TCheckBox
- Left = 10
- Top = 91
- Width = 405
- Height = 21
- Caption = 'Play sound:'
- TabOrder = 1
- OnClick = PlaySoundCBClick
- end
- object SoundFileEdit: TEdit
- Left = 10
- Top = 111
- Width = 405
- Height = 24
- TabOrder = 2
- OnChange = SoundFileEditChange
- end
- object SoundEllipsis: TButton
- Left = 415
- Top = 112
- Width = 26
- Height = 25
- Caption = '...'
- TabOrder = 3
- OnClick = SoundEllipsisClick
- end
- object VisualNotificationGB: TRadioGroup
- Left = 10
- Top = 21
- Width = 405
- Height = 64
- Caption = ' Visual notification '
- Items.Strings = (
- 'Show reminder window'
- 'Show tray balloon')
- TabOrder = 0
- end
- end
- object ReminderDateDTP: TDateTimePicker
- Left = 20
- Top = 36
- Width = 158
- Height = 21
- Date = 37765.797358576390000000
- Time = 37765.797358576390000000
- TabOrder = 1
- end
- object ReminderTime: TDateTimePicker
- Left = 187
- Top = 36
- Width = 119
- Height = 21
- Date = 37765.797448090280000000
- Time = 37765.797448090280000000
- Kind = dtkTime
- TabOrder = 2
- end
- end
- object DetailsTabSheet: TTabSheet
- Caption = 'Details'
- ImageIndex = 1
- object Label4: TLabel
- Left = 7
- Top = 2
- Width = 37
- Height = 16
- Caption = 'Notes:'
- end
- object Label7: TLabel
- Left = 9
- Top = 171
- Width = 70
- Height = 16
- Caption = 'Attachment:'
- end
- object BrowseBtn: TSpeedButton
- Left = 420
- Top = 190
- Width = 27
- Height = 25
- Hint = 'Browse for file or folder'
- Caption = '...'
- OnClick = BrowseBtnClick
- end
- object OpenBtn: TSpeedButton
- Left = 448
- Top = 190
- Width = 27
- Height = 25
- Hint = 'Open attachment'
- Caption = '>'
- OnClick = OpenBtnClick
- end
- object NotesMemo: TMemo
- Left = 7
- Top = 20
- Width = 469
- Height = 139
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object AttachmentEdit: TEdit
- Left = 7
- Top = 190
- Width = 411
- Height = 21
- TabOrder = 1
- OnChange = AttachmentEditChange
- end
- end
- end
- object OkButton: TButton
- Left = 304
- Top = 346
- Width = 92
- Height = 31
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object CancelButton: TButton
- Left = 410
- Top = 346
- Width = 92
- Height = 31
- Cancel = True
- Caption = '&Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 3
- end
- object BrowsePopup: TTBXPopupMenu
- Images = PopupImageList
- Left = 320
- Top = 8
- object BrowseForFileTBX: TTBXItem
- Caption = 'Browse for File'
- ImageIndex = 1
- OnClick = BrowseForFileTBXClick
- end
- object BrowseForFolderTBX: TTBXItem
- Caption = 'Browse for Folder'
- ImageIndex = 0
- OnClick = BrowseForFolderTBXClick
- end
- end
- object OpenAttachmentDialog: TOpenDialog
- Filter =
- 'Text Documents|*.txt; *.doc; *.rtf; *.pdf|Pictures|*.bmp; *.gif;' +
- ' *.jpg; *.png|Sounds|*.wav; *.mp3; *.wmv; *.ogg|Programs|*.exe|A' +
- 'll Files|*.*'
- Left = 352
- Top = 8
- end
- object OpenSoundDialog: TOpenDialog
- Filter = 'Wave files (*.wav)|*.wav|All files (*.*)|*.*'
- Left = 384
- Top = 8
- end
- object PopupImageList: TImageList
- Left = 184
- Top = 280
- Bitmap = {
- 494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000001000000001002000000000000010
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000506871007075
- 77009A9A9A000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000009DA1A2001D88AD002ED4
- FF001FC1F000216A80003E626C00697175009595950000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000979C9D002E85A80030D0
- FA0031D0FB0031D3FE0032D6FF0030D6FF0023C6F6001F6E860039626E00626E
- 720090909000000000000000000000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000090999C0065D0FB002B8E
- A90047D4FA003DD2FA0035D0FA0030CFFA0032D1FB0033D3FD0033D6FF0032D8
- FF001DCAFC007C8F95000000000000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000008A94970072DAFF003A8E
- A7006BDEFB0060DBFB0059D9FB004ED5F90036D1F90030CFFA0032CFFA0033D0
- FA002CCCF700368BA3000000000000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000839397007ADFFF003F8E
- A80091E7FC0083E2FA007AE0FA0073DFFB006BDDFB0051D7F90032D0F90031D0
- FA002ACBF600288FA8000000000000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000007E91970083E4FF004D96
- AC009EE4F800ADEDFC00A0EAFC0097E8FC008EE4FC0085E3FA007BE1FB005BD9
- FB0038CEF50041D0F2005695A80000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000007A8F960089E8FF008DE9
- FE004B90A500AEE7F700C7F3FD00C2F2FD00B7EFFD00A9ECFB00A0EAFC0098E8
- FC008BE2F9008FE3F7004697AC0000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000076939C0093EDFF0093EC
- FD0094ECFD00599DAC004995A8004E95A8005A97A800D8F7FE00C9F3FD00BFF1
- FD00B0EBFB00B2EBF900ADEDFD0080A1AA00000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000073929B009BF3FF009AF0
- FE0099F0FE0098EFFE0099EEFD0098EFFD008CE8FB005896A700699CA800709C
- A900B8EAF800D8FCFF00D0F5FE00639AA900000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000007297A200A3F6FF00A0F4
- FE00A0F4FE009FF2FE009EF3FE00A2F5FF00A0F4FF00A0F3FF009CF3FF009DF3
- FF0030839900868E90009EACB0008DA4AC00000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000007E939900A4FBFF00AAFA
- FE00A7F8FE00A7F8FE009DF7FF00448A9A00479AAE0054A0B1008DF1FF00A1FB
- FF0052C1DD00ACABAB000000000000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000002F869C00539D
- AA008FEEF90096F5FE00426C7900000000000000000000000000959697007E85
- 8A007E868A00000000000000000000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000A5AAAC009EAAAE0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000100000000100010000000000800000000000000000000000
- 000000000000000000000000FFFFFF00FFFFFFFF00000000C7FFFFFF00000000
- 807FC007000000008007C007000000008003C007000000008003C00700000000
- 8003C007000000008001C007000000008001C007000000008000C00700000000
- 8000C007000000008000C007000000008003C00F00000000C1C7C01F00000000
- F3FFC03F00000000FFFFFFFF0000000000000000000000000000000000000000
- 000000000000}
- end
- end
-